home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / utilities / README < prev   
Text File  |  1994-08-02  |  5KB  |  103 lines

  1.  
  2.                            toolbox/utilities README
  3.  
  4.                     A subtree containing various utilities 
  5.  
  6.                `!' indicates new or updated as of version 4.2
  7.     
  8.            with v4.2, we have begun including links as well to 
  9.            programs qualifying as utilities even though they exist
  10.            elsewhere in the tree.  these are indicated with "l->"
  11.  
  12.  
  13. l-> VCal:     a simple calendar program with alarms.
  14.  
  15.  
  16.  !  cd-catalog:  contains July 31, 1994 versions of music catalog files 
  17.               for CDman(1) and cdplayer(1).  The music catalog stores 
  18.               titles, artists and program information for Compact Discs.  
  19.               When a CD is inserted in the CD-ROM drive, CDman searches 
  20.               the music catalog for an entry containing catalog 
  21.               information for that recording.  If it finds one, it 
  22.               displays the information in its large display panel.  Data 
  23.               from the recording's table of contents is used as the key 
  24.               for searching the music catalog.
  25.  
  26.  
  27. l-> cmapdoctor:  a scanner/viewer of X colormaps and visuals including 
  28.           overlays, underlays, and popups.  this app can be used to 
  29.           diagnose/debug/verify colormaps and their contents in 
  30.           applications using multiple colormaps and visuals.
  31.  
  32.  
  33. l-> fconv:    a Motif-based numeric format conversion utility for hex,
  34.               octal and decimal equivalents.
  35.  
  36.  
  37.     findSubSys:  find which subsystem a file is installed from.  
  38.               Sometimes one needs to know which subsystem a file was 
  39.           installed from.  fss finds out the name of the inst subsystem 
  40.           which installed a file.  Use it like this:
  41.               % fss /usr/etc/{ping,cvpcsd}
  42.               eoe2.sw.tcp usr/etc/ping
  43.               CaseVision.sw.pcsd usr/etc/cvpcsd
  44.  
  45.  
  46. l-> gmemusage:  a graphical memory usage display tool, developed at Silicon 
  47.           Graphics to help programmers analyze how their programs and
  48.           the system as a whole is using memory.  It has proven to be 
  49.           quite useful to programmers at Silicon Graphics, and hopefully 
  50.           will be useful to Silicon Graphics developers as well.
  51.  
  52.  
  53. l-> gvi:      a modest graphical front end to the vi(1) text editor.  By 
  54.           placing each vi editing window on top of each other and using 
  55.           the ViewKit TabPanel, one can easily select among editing 
  56.           sessions.  Each vi editing window has a tab (like a rolodex 
  57.           tab) associated with it.
  58.  
  59.  
  60.     parasol:  Analyze FORTRAN source to assist in parallel porting.
  61.           A static analyzer to identify global data dependencies in 
  62.           Fortran from a specified thread point.  This has proven very 
  63.           valuable in identifiying common blocks to be made local or to 
  64.           be locked.  Doesn't do C and needs one major mod to follow 
  65.           modifications to passed parameters.
  66.  
  67.  
  68.  !  sgihelp_dev:  SGIHelp development tools to integrate help with an 
  69.               application in the Indigo Magic User Environment contains
  70.               inst-able images of data and executables including an example 
  71.               program with help integrated into it, and a sample of various 
  72.               structures you can create in the help content for your app.  
  73.               Example 1, in /usr/share/Insight/XHELP/samples/exampleApp, 
  74.               shows a complete X11/Motif app integrating the library calls 
  75.               and helpmap file with the SGML help file.  The second example,
  76.               in /usr/share/Insight/XHELP/samples/sampleDoc, demonstrates the 
  77.               various valid SGML structures when constructing a SGML instance 
  78.               of the XHELP DTD.  The /usr/share/Insight/XHELP/HELPDEV.txt 
  79.               document discusses how to integrate help with your application 
  80.               in more detail.  Please read that file to begin your adventure 
  81.               of integrating SGIHelp into your application.
  82.  
  83.  
  84. l-> short_timeout:  checks whether a remote host responds quickly, avoiding
  85.               a long wait for a network timeout.
  86.  
  87.  
  88.  !  uil2VK:   contains a code generator that can be used with builder 
  89.           Xcessory to generate code compatible with the ViewKit class 
  90.           library. BuilderXcessory is a product of ICS, and can be 
  91.           purchased directly from them or through SGI's ExpressWare.
  92.  
  93.  
  94. l-> xcontact:  Address Book and Contact Management Software.
  95.  
  96.  
  97. l-> xshowcmap2:  an extension to xshowcmap and useful in debugging problems
  98.               dealing with multiple colormaps and/or visuals.  modified with 
  99.               three new optional arguments:
  100.                      -visid allows specifying the visual id.
  101.                      -cmap allows specifying the colormap id.
  102.                      -windowid allows specifying a window id.
  103.